home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / rbbs_pc / mapl0301.zip / ANSICHAT.STB < prev    next >
Text File  |  1993-03-01  |  1KB  |  40 lines

  1. ' $title: 'ANSIChat Split Screen Chat for RBBS-PC v17.4'
  2. '          By Dan Drinnon 8:903/2 1:313/6
  3. '
  4. '          Copyright 1992 by Daniel T. Drinnon   All Rights Reserved
  5. '
  6. '          DO NOT Distribute in Modified Form!
  7. '
  8. ' Revisions: 1.01 - added support to handle Sysop's Shell to DOS (F2)
  9. '
  10. '            1.02 - Prevent F10 from Loading another ANSIChat
  11. '                   Keep ANSIChat from showing 'RBBS' if that is already
  12. '                   part of the BBS name.
  13. '                   added support for Sysop's PgUp/PgDn (RBBSSUB3.BAS)
  14. '                   Combined local and remote input routines - thanks Scott!
  15. '
  16. '            1.03 - Greater control over ANSI colors when ANSITest = ZTrue
  17. '                    but user is not set up for ANSI Color Graphics.
  18. '
  19. '
  20. ' $INCLUDE: 'RBBS-VAR.MOD'
  21. '
  22. ' $SUBTITLE: 'ANSIChat - ANSI Split Screen Chat Routine'
  23. '
  24. ' $PAGE
  25. '
  26. '  SUBROUTINE NAME    -- ANSIChat
  27. '
  28. '  INPUT PARAMETERS   -- None
  29. '
  30. '  OUTPUT PARAMETERS  -- None
  31. '
  32. '  SUBROUTINE PURPOSE -- Allows Split Screen ANSI Chat for RBBS
  33. '
  34. '
  35. 1000 SUB ANSIChat STATIC
  36. '
  37. Call SysopChat
  38.  
  39. END SUB
  40.